(C) 1996 AROS - The Amiga Replacement OS
NAME
#include <graphics/rastport.h>
#include <proto/graphics.h>
struct RastPort * CreateRastPort()
SYNOPSIS
LOCATION
In GfxBase at offset 177
FUNCTION
This function creates a new RastPort.
INPUTS
None.
RESULT
A pointer to a new RastPort or NULL if there was not enough memory to perform the operation.
NOTES
This function is AROS specific. For compatibility, there is a function in aros.lib which does the same on Amiga.
EXAMPLE
BUGS
SEE ALSO
INTERNALS
HISTORY
27.01.1997 ldp
Polish
10.12.1996 aros
Moved #include into first column to allow makedepend to see it.
31.10.1996 aros
Use InitRastPort()
31.10.1996 aros
Three new functions which are AROS specific, ie. they are *NOT* in the normal Amiga graphics.library.